home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 015 / proprin3.arc / PROPRIN3.DOC < prev    next >
Text File  |  1986-01-18  |  3KB  |  57 lines

  1.  
  2.                                 PROPRIN3.ARC
  3.  
  4.                  IBM PROPRINTER (tm) Initialization Program
  5.                         Donated to the Public Domain
  6.  
  7.                                      by
  8.  
  9.                                Glenn W. Flint
  10.                              San Antonio, Texas
  11.                               January 18, 1986
  12.  
  13.  
  14.     PROPRINT.ARC contains four files used for setting up the IBM
  15.     Proprinter.
  16.  
  17.     PROPRINT.BAS may be run to set or change printer defaults.  It is menu
  18.     driven and permits selection of print modes*, print pitches, special
  19.     fonts and toggling of lines per inch, form length in inches and the
  20.     automatic perforation skip feature for continuous feed paper.  When
  21.     first run it will initialize the printer in default values of 12 Pitch,
  22.     Normal font, Draft mode, six lines per inch, standard 11" paper with
  23.     perforation skip activated.  All of these values can be changed from
  24.     within the program.  The program includes a short test print feature to
  25.     insure that settings are correct before returning to DOS.  Although
  26.     written for the IBM Proprinter, PROPRINT.BAS could be easily modified
  27.     for use with other printers or to send different escape sequences.
  28.  
  29.     PROP.BAS simply creates a file (PROP.INT) that can be "typed" from DOS
  30.     to setup printer defaults.  It is included so that if other defaults
  31.     settings are desired, they can be created by modifying this program.
  32.     PROP.BAS is saved in ASCII and can be read using the "type" command
  33.     from DOS.
  34.  
  35.     PROP.INT is the file created by PROP.BAS and when "typed" from DOS will
  36.     set the default values as noted above.  Syntax is as follow:
  37.  
  38.                               TYPE PROP.INT > LPT1
  39.  
  40.     The above command may be included in an autoexec.bat file to initially
  41.     setup the printer.  If the defaults set need to be changed temporarily
  42.     use PROPRINT.BAS  It the defaults need to be changed permanently,
  43.     modify PROP.BAS and a revised PROP.INT will be written.
  44.  
  45.     PROPRINT.EXE is included only for those who do not normally have a copy
  46.     of BASIC.COM or BASICA.COM readily available.  It is a large file that
  47.     provides no improved performance over PROPRINT.BAS.
  48.  
  49.     Either BASIC or BASICA may be used with the above .BAS files.  All
  50.     files will work on a graphics or monochrome system.
  51.  
  52.     * Note:  The program can select both Emphasized and Near Letter Quality
  53.     Print Modes at the same time.  This is indicated by two arrows.  When
  54.     both arrows are shown, and only Emphasized or NLQ is desired, first
  55.     select draft mode and then set the desired mode (Emphasized or NLQ).
  56.  
  57.